Skip to content

Fix session names to use repo-number-slug convention#82

Merged
dhilgaertner merged 2 commits intomainfrom
feature/crow-79-session-naming
Apr 5, 2026
Merged

Fix session names to use repo-number-slug convention#82
dhilgaertner merged 2 commits intomainfrom
feature/crow-79-session-naming

Conversation

@dhilgaertner
Copy link
Copy Markdown
Contributor

@dhilgaertner dhilgaertner commented Apr 5, 2026

Summary

  • Adds explicit Session Naming Convention section to the crow-workspace skill requiring session names to match worktree directory names ({repo}-{number}-{slug})
  • Updates crow new-session --name example from "{feature_name}" to "{repo}-{ticket_number}-{slug}"
  • Updates prompt file paths and send command to use {session_name} consistently

Closes #79

Test plan

  • Run /crow-workspace with a GitHub issue URL and verify the created session name follows {repo}-{number}-{slug} format
  • Verify worktree path, branch name, and session name all use the same slug

🤖 Generated with Claude Code

dhilgaertner and others added 2 commits April 5, 2026 15:05
The crow-workspace skill was creating sessions with just a short slug
(e.g., "drag-drop-photo") instead of the full "{repo}-{number}-{slug}"
format (e.g., "crow-51-drag-drop-photo"). This made session names
inconsistent with the worktree paths and branch names.

Adds an explicit Session Naming Convention section and updates the
session creation example, prompt file paths, and send command to use
the consistent naming format.

Closes #79

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dhilgaertner dhilgaertner merged commit edbd723 into main Apr 5, 2026
2 checks passed
@dhilgaertner dhilgaertner deleted the feature/crow-79-session-naming branch April 5, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Session names from crow-workspace don't follow repo-number-slug convention

1 participant